バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

指定したコンテキストと属性を使用して、値パラメーターによって指定される配列のタイプのプロパティのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal value As System.Object, _
   ByVal attributes() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
public override System.ComponentModel.PropertyDescriptorCollection GetProperties( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.object value,
   System.Attribute[] attributes
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
value
プロパティを取得する配列のタイプを指定する System.Object
attributes
フィルターとして使用されるタイプ System.Attribute の配列。

戻り値の型

このデータ タイプに公開されるプロパティを持つ System.ComponentModel.PropertyDescriptorCollection。またはプロパティがない場合は null。
参照

オンラインで表示: GitHub